home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / unix / ch18 / 18fig26c.wrl < prev    next >
Text File  |  1996-09-23  |  889b  |  34 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright [1997] By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Shape {
  6.     appearance Appearance {
  7.         material Material { }
  8.         texture ImageTexture { url "sdbaywlr.jpg" }
  9.     }
  10.     geometry ElevationGrid {
  11.         xDimension 5
  12.         zDimension 5
  13.         xSpacing   0.2
  14.         zSpacing   0.2
  15.         solid      FALSE
  16.         height [
  17.             0.0, 0.0, 0.0, 0.0, 0.0,
  18.             0.0, 0.0, 0.0, 0.0, 0.0,
  19.             0.0, 0.0, 0.0, 0.0, 0.0,
  20.             0.0, 0.0, 0.0, 0.0, 0.0,
  21.             0.0, 0.0, 0.0, 0.0, 0.0
  22.         ]
  23.         texCoord TextureCoordinate {
  24.             point [
  25.                 0.250 1.000, 0.375 1.000, 0.500 1.000, 0.625 1.000, 0.750 1.000,
  26.                 0.188 0.750, 0.344 0.750, 0.500 0.750, 0.656 0.750, 0.812 0.750,
  27.                 0.125 0.500, 0.312 0.500, 0.500 0.500, 0.688 0.500, 0.875 0.500,
  28.                 0.062 0.250, 0.281 0.250, 0.500 0.250, 0.719 0.250, 0.938 0.250,
  29.                 0.000 0.000, 0.250 0.000, 0.500 0.000, 0.750 0.000, 1.000 0.000
  30.             ]
  31.         }
  32.     }
  33. }
  34.